'Declaration
<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class NodeIdDictionary(Of T) Inherits System.Collections.Generic.Dictionary(Of NodeId,T)
'Usage
Dim instance As NodeIdDictionary(Of T)
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] public class NodeIdDictionary<T> : System.Collections.Generic.Dictionary<NodeId,T>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] generic<typename T> public ref class NodeIdDictionary : public System.Collections.Generic.Dictionary<NodeId,T>